home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / RDR / @image.app / English.lproj / Tools.nib / data.classes next >
Text File  |  1994-12-14  |  388b  |  29 lines

  1. AIPaletteWell = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     delegate;
  6.     };
  7.     SUPERCLASS = View;
  8. };
  9. FirstResponder = {
  10.     ACTIONS = {
  11.     toggleColors:;
  12.     toggleFonts:;
  13.     toggleInspector:;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. AIToolsControl = {
  18.     ACTIONS = {
  19.     retainChanged:;
  20.     toolsChanged:;
  21.     };
  22.     OUTLETS = {
  23.     window;
  24.     buttonMatrix;
  25.     retainedSwitch;
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29.